home *** CD-ROM | disk | FTP | other *** search
/ World of Video / World of Video.iso / gfxprograms / 3dprograms / t3dlib / source / writedxf_protos.h < prev    next >
Text File  |  1995-02-13  |  297b  |  17 lines

  1. /* Prototypes for functions defined in
  2. writedxf.c
  3.  */
  4.  
  5. static void send_XYZ(int i,
  6.                      XYZ_st * f);
  7.  
  8. static void send_RGB(RGB_st * rgb);
  9.  
  10. int write_DXF(WORLD * world,
  11.               FILE * file);
  12.  
  13. static void process_DESC(OBJECT * object);
  14.  
  15. static void process_INFO(INFO * info);
  16.  
  17.